home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 August / Software of the Month Club 1996 August.iso / pc / dos / edu / grades / grades.doc < prev    next >
Text File  |  1996-03-02  |  10KB  |  232 lines

  1.                     USING THE GRADEBOOK PROGRAM GRADES.
  2.  
  3. COPYRIGHT 1995,
  4.  by Timothy J. Allen 
  5.     3931 Lochlaurel Drive
  6.     Jacksonville, FL 32277
  7.  
  8.  
  9. General Comments.
  10.  
  11.      This program is designed to help keeping track of grades easy.
  12. My motivation in writing the program was to design a program that
  13. was inexpensive ($10 plus $2 shipping and handling for site-
  14. registration!!:see register.doc) and easy to use.  The program can
  15. be distributed freely.  It includes the ability to:
  16.   1.  Transfer students between classes along with their grades.
  17.   2.  Add as many grades as computer memory allows.  (That is a lot
  18.       of grades.)
  19.   3.  Design seating charts.
  20.   4.  Design grids with names and categories.  (Project.Col      
  21.       included with this program is an example.)
  22.   5.  Generate a random list of student names.
  23.   6.  Print out grades by ranking and according to name or a     
  24.       predetermined ID number.
  25.   7.  Print user designed Warning Slips for students whose       
  26.       average is below a predetermined value.
  27.   8.  Print user designed Progress reports for selected          
  28.       students.
  29.   9.  Print makeup work required for each student.
  30.  10.  Print attendance sheets with days of the week and dates.
  31.  11.  Print grades sheets where grades can be written temporarily.
  32.  
  33.      The program is started by entering the word "grades" at the
  34. command line.   The best thing to do if you do not know how to use
  35. the program is press F1 after the program is running.
  36.      The program can be run on MS-DOS 2.0 or later.  It can be run
  37. from the source disk or copied onto a hard drive.  The program will
  38. run much faster on the hard drive.  If transferring to a hard drive
  39. type the word install at the prompt while at the A:\ or B:\ prompt.
  40. A new directory called C:\GRADES will be created and all necessary
  41. files for the program copied to the C:\GRADES directory.  
  42. The program will run on any IBM compatible machine from a 8086
  43. to a pentium and beyond.
  44.      The program splits grades up into 5 categories: tests,
  45. quizzes, homework, labs, and other(can be anything).  Each category
  46. can handle any number of grades limited only by system memory.
  47. Four grading systems are supported: point system, weighted system
  48. and two special systems called special1 and special2. Up to 45
  49. students can be incorporated into a given file.  The special1
  50. counts each test as a separate grade, all the homework as one
  51. grade, all the quizzes as one grade, and all the labs as one grade.
  52. Special2 is the same as special1 except is counts labs as two
  53. grades.
  54.      Up to six numerical grades plus a letter grade can be printed
  55. in either the current name order or in a ranked order.  Names are
  56. automatically assigned an identity number from 1 to 500 if you want
  57. to have the grades printed according to the number instead of by
  58. name. You choose which six grades are printed.  The program will
  59. also provide a distribution of grades.
  60.      A list can be printed indicating students that have makeup
  61. work due plus their missing assignments.  Warning slips or Progress
  62. Reports for every student with a grade chosen by you or lower can
  63. be printed automatically. You may choose the format of the warning
  64. slip or Progress Report by choosing the Change menu item.  In
  65. addition a list of names and I.D. numbers can be printed as well
  66. as a list of students names present in a random order.
  67.      Class data can be edited, transferred to another file, and
  68. alphabetized.  If you choose specific grades will not be counted
  69. for certain students. This is done by leaving the input line blank
  70. and pressing the enter key when asked for the student's grade. 
  71. A new grading period list can be generated.
  72. The program has full mouse support.
  73.  
  74. 1.  To start the program enter the word grades at the DOS prompt.
  75. A desk top will appear with a menu bar at the top and a status bar
  76. at the bottom:
  77.  
  78. Menu bar:
  79.  
  80. File   Edit   Options   Change   Print Grid 
  81.  
  82. Status bar:
  83.  
  84. F-1 Help  Alt-X Exit
  85.  
  86.  
  87.      Any key that is black is active and can be used, one that is
  88. gray is not active and cannot be used.
  89.  
  90.      Help is available by pressing the F1 key.  Some help is
  91. context sensitive which means that the help will concern the menu
  92. bar item that is currently highlighted.  With some of the help
  93. texts you will find words printed in yellow.  Further help is
  94. available with these subjects by using the tab key to highlight the
  95. subject in blue and then pressing enter.  All help screens are
  96. put away by pressing the escape key.
  97.  
  98.      To use any of the choices on the menu bar either use a mouse
  99. and click on your choice or press the alt key plus the letter in
  100. red. To use the Status bar items press the indicated key or key
  101. combination. Dialogue boxes consisting of input lines, radio
  102. buttons, and check boxes are used to input information into the
  103. grade files.  To move around from one item to another in dialogue
  104. box use the tab key. To set radio buttons use the arrow keys and
  105. to set check boxes use the arrow key to select the box and the
  106. space bar to turn the choice on or off. If you have a mouse
  107. selecting the appropriate item and clicking will accomplish the
  108. same thing.
  109. Submenus:  To use any of the submenus press the letter in red or
  110. click the mouse on your choice.
  111.  
  112. File:
  113.  
  114. Open-opens an existing file.  All files end with the extension LET.
  115. Press Alt-F to choose the file names and use the arrow keys to make
  116. your choice, then press enter when done.  Pressing the tab key will
  117. move you around the dialogue file box.  If you want to delete a set
  118. of grades illuminate delete and then press enter.  If you want to
  119. cancel illuminate cancel and press enter, etc...
  120.  
  121. New-the program will ask you a series of questions concerning the
  122. new set of grades.  Move around using the Tab key.  Do not press
  123. enter until all the data you want entered is displayed.
  124.  
  125. Print-(a file must be displayed to be active).  Will print the
  126. display file, progress reports, warning slips, make up lists, name
  127. and ID codes, and random lists of names in the current file.
  128.  
  129. Print All-will print all grades obtained for each student.  
  130.  
  131. Exit-will stop the program.
  132.  
  133.  
  134. Edit: (a file must be displayed to be active).
  135.  
  136. NewGrade-will enter a new grade.  Answer the prompts.
  137.  
  138. Change grade-will change a grade.  Put the grades to be changed
  139. between the bars.  When the list of names appears use the arrow
  140. keys to move up and down and the tab key to move left and right. 
  141. Use the spacebar to turn a checkbox on and off.  Only grades with
  142. an X by them can be changed.
  143.  
  144. Remove student-will either drop a student or transfer him/her to
  145. a different file.  Move around the list of names in the same manner
  146. as for change grade.  Only one student can be removed at once.
  147.  
  148. Add student-will add a new student name to the file.  A grade of
  149. N/A is automatically assigned to the new student for all grades
  150. previously entered.
  151.  
  152.  
  153. Change Info-will change the heading on the highlighted grade item,
  154. change the name or ID# of a student, or rename the class title or
  155. period.
  156.  
  157. Options:
  158.  
  159. Alphabetize-will alphabetize the names.
  160.  
  161. Attendance-will generate a printed grid that can be used for
  162. attendance with or without days of the week and dates.
  163.  
  164. Seating Chart....-will generate a seating chart that can be
  165. printed.  The setup for each chart can be customed designed for any
  166. room arrangement.  The students can be placed in assigned seats
  167. manually or the computer can generate the chart.  Students can be
  168. moved from seat to seat.
  169.  
  170. New Grading Period-will generate a new file consisting of names and
  171. ID numbers for a new grading period.  If a seating chart exists it 
  172. will be carried along with the new period.
  173.  
  174. Display Average-displays the average of the currently highlighted
  175. grade column.
  176.  
  177. Rank-Arranges the students in order from highest to lowest score
  178. for the currently highlighted grades.  The display than then be
  179. printed in the order given.
  180.  
  181. Refresh Screen(F6)- used to put the screen back to its original
  182. arrangement.
  183.  
  184.  
  185. Change:
  186.  
  187. From change you can edit the progress and warning slips to your
  188. specifications.  The editing is done by an elementary word
  189. processor.  Any changes made are stored automatically when you
  190. select another menu item.  Item enclosed in braces { } will be 
  191. printed out as they are stored in the program.  These items include:
  192. {firstname}  prints out the student's first name.
  193. {lastname}   prints out the student's lastname.
  194. {Course}     prints out the name of the course.
  195. {grades}     prints out the grades that have not been deleted by the
  196.              delete key.  Deleting grades with the delete key DOES NOT
  197.              remove the grades from memory, they just are not printed. 
  198.              Make sure this entry is to the far left of the screen so the
  199.              grades and titles are lined up.
  200. {Date}       prints out the current date.
  201. The items in braces do not have to be included with the form.  If desired 
  202. they can be placed in any position except for the {grades} item which has 
  203. to be to the far left of the screen.
  204.  
  205. Print Grid:
  206.  
  207. Used to print a grid of various sizes with user selected headings.
  208. Choose New for a new grid and old for a grid done previously.  A
  209. sample is included (Project.Col) to give you a feel for what this
  210. can do.
  211.  
  212. Grade handling:
  213.  
  214.      After a file is chosen all of the keys will become active and
  215. the file will be displayed in a window.  The grades that are
  216. highlighted can be changed.  If a grade is not to be counted for
  217. a particular student leave the input line blank.  Use the arrow
  218. keys to scroll around. When printing whatever is displayed on the
  219. screen will be printed. To avoid printing a set of grades place
  220. them between the lines and press the delete key. The grades are
  221. still on file but will not be printed. When doing progress reports
  222. and warning slips all grades not deleted will appear. When
  223. completed either open another file, put in a new file, close the
  224. window by pressing Alt-F3, or exit the program by pressing Alt-X
  225. or exiting out of file.
  226.  
  227. If you have any problems or questions my E-mail address is
  228. ALLENT@mail.firn.edu.  I hope you find the program makes
  229. maintaining your grades easier.
  230.  
  231.                                Timothy J. Allen
  232.